home *** CD-ROM | disk | FTP | other *** search
/ NetObjects Fusion 7 / Fusion7.iso / NetObjects Fusion / data1.cab / QuickStart / sitewizard_p.swf / scripts / DefineSprite_57 / frame_3 / DoAction.as
Encoding:
Text File  |  2002-10-18  |  591 b   |  16 lines

  1. if(this.playing)
  2. {
  3.    this.trackwidth = resizeValue - 102;
  4.    this.frameindicator._xscale = 100 * (trackwidth / 538) * this.framesLoaded() / _level0.totalframecount;
  5.    this.currentframe = _root["_level" + _level0.levelnum].firstframeabs + _root["_level" + _level0.levelnum]._currentframe - 1;
  6.    this.playhead._x = int(42 + trackwidth * (this.currentframe - 1) / (_level0.totalframecount - 1));
  7.    if(this.currentframe == _level0.totalframecount)
  8.    {
  9.       if(!_level0.islooping)
  10.       {
  11.          this.playing = false;
  12.          this.pauseplay.gotoAndStop(2);
  13.       }
  14.    }
  15. }
  16.